Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AutoCompleteAsync( _ ByVal polygons As IList(Of Graphic), _ ByVal polylines As IList(Of Graphic), _ ByVal userToken As Object _ ) |
C# | |
---|---|
public void AutoCompleteAsync( IList<Graphic> polygons, IList<Graphic> polylines, object userToken ) |
Parameters
- polygons
- The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
- polylines
- An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
- userToken
- The user token.
Target Platforms:Windows Phone 7